home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / plain / contrib / cascover / examples.tex < prev    next >
Encoding:
Text File  |  1994-02-10  |  3.0 KB  |  85 lines

  1. %----------------------------------------------------------------------------%
  2. % Cassette-cover macros for TeX: EXAMPLES.TEX (2 examples)                   %
  3. % Files supplied: CASCOVER.TEX, CASCFONT.TEX, NORMAL.CAS, SMALL.CAS,         %
  4. %                 CCMANMAC.TEX, MANUAL.TEX, MANUAL.DVI, EXAMPLES.TEX,        %
  5. %                 EXAMPLES.DVI                                               %
  6. % Author: Stijn Raaijmakers                                                  %
  7. % Release date: 9/2/94                                                       %
  8. % Package is freeware.                                                       %
  9. %----------------------------------------------------------------------------%
  10.  
  11. \input normal.cas
  12. \input cascover
  13.  
  14. % If you use another format of paper (a4, for example), set it here.
  15. % If you want to change the \headline, do it here.
  16. % You could set the language here, if the comment on the flap is not in your
  17. % default language (English) and needs to be hyphenated.
  18.  
  19. \begintape
  20.   \begincontents
  21.     \beginside A: Album1 title - Author ()  % dolby off
  22.       \\Song title - Author, time
  23.       \\Song title - Author, {}
  24.       \\Song title - , time
  25.       \\Song title - , {}
  26.       \\ - Author, time
  27.       \\ - Author, {}
  28.       \\ - , time
  29.       \\ - , {}
  30.       \\Very long title - Very long name, 10.15
  31.       \\{\cond Very long title} - {\cond Very long name}, 10.15
  32.     \title Other album title - Author
  33.       \\Song title - , :47
  34.     \title Yet another - {Two words}
  35.       \\Song title* - , 5'67
  36.       * comment
  37.     \endside
  38.     \beginside B: Album2 title - Two words (C) % dolby C on
  39.       \empty % exept for the title
  40.     \endside
  41.   \endcontents
  42.   \beginfront
  43.     \fronttitle Album1 title - Author
  44.     \fronttitle Album2 title - {Two words}
  45.   \endfront
  46.   \beginflap
  47.     This is some comment about the tape.  It can be several lines long and
  48.     things can be set in normal and {\large large}.  You can use
  49.     {\em emphasation\/} too.  Emphasizing and enlarging can be done
  50.     independantly.
  51.   \endflap
  52. \endtape
  53.  
  54. Some text between two tapecovers\dots
  55.  
  56. \begintape
  57.   \begincontents % Several covers can be in one file.
  58.     \beginside A: Title - Author ()
  59.       \\Song - , 0:00
  60.     \endside
  61.     \beginside C: Title - Author ()
  62.       \\Song - , 0:00
  63.     \endside
  64.   \endcontents
  65.   \begincontents % This tape has a folded cover.
  66.     \beginside {}: {} - {} () % all parameters omitted
  67.       \\ - , {} % all parameters omitted
  68.     \title {} - {} % all parameters omitted
  69.     \endside
  70.     \beginside D: Title - Author ()
  71.       It's possible to just put some text here.  I wouldn't ever use it
  72.       myself, probably, but some people might.  It {\em looks\/} great,
  73.       though.  You can type all the way upto \vfill \hfill here.
  74.     \endside
  75.   \endcontents
  76.   \beginfront
  77.     \fronttitle Title - Author % The front has one title on it.
  78.   \endfront
  79.   \beginflap
  80.     \empty % This is needed
  81.   \endflap
  82. \endtape
  83.  
  84. \bye
  85.